﻿2026-06-20T11:53:44.5520226Z ##[group]Run actions/checkout@v5
2026-06-20T11:53:44.5520954Z with:
2026-06-20T11:53:44.5521342Z   repository: SaberMage/spt-core
2026-06-20T11:53:44.5524530Z   token: ***
2026-06-20T11:53:44.5524829Z   ssh-strict: true
2026-06-20T11:53:44.5525122Z   ssh-user: git
2026-06-20T11:53:44.5525448Z   persist-credentials: true
2026-06-20T11:53:44.5525918Z   clean: true
2026-06-20T11:53:44.5526207Z   sparse-checkout-cone-mode: true
2026-06-20T11:53:44.5526558Z   fetch-depth: 1
2026-06-20T11:53:44.5526843Z   fetch-tags: false
2026-06-20T11:53:44.5527139Z   show-progress: true
2026-06-20T11:53:44.5527430Z   lfs: false
2026-06-20T11:53:44.5527694Z   submodules: false
2026-06-20T11:53:44.5528000Z   set-safe-directory: true
2026-06-20T11:53:44.5528474Z ##[endgroup]
2026-06-20T11:53:44.7518331Z Syncing repository: SaberMage/spt-core
2026-06-20T11:53:44.7519593Z ##[group]Getting Git version info
2026-06-20T11:53:44.7520088Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-20T11:53:44.7991498Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-20T11:53:44.8221752Z git version 2.43.0.windows.1
2026-06-20T11:53:44.8248853Z ##[endgroup]
2026-06-20T11:53:44.8257471Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\720c222b-02f9-46fc-b9f9-5af70ee4dbf9\.gitconfig'
2026-06-20T11:53:44.8272950Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\720c222b-02f9-46fc-b9f9-5af70ee4dbf9' before making global git config changes
2026-06-20T11:53:44.8277968Z Adding repository directory to the temporary git global config as a safe directory
2026-06-20T11:53:44.8278879Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-20T11:53:44.8504208Z Deleting the contents of 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-20T11:53:46.2787106Z ##[group]Initializing the repository
2026-06-20T11:53:46.2792874Z [command]"c:\program files\git\cmd\git.exe" init C:\actions-runner\_work\spt-core\spt-core
2026-06-20T11:53:46.3129732Z Initialized empty Git repository in C:/actions-runner/_work/spt-core/spt-core/.git/
2026-06-20T11:53:46.3159911Z [command]"c:\program files\git\cmd\git.exe" remote add origin https://github.com/SaberMage/spt-core
2026-06-20T11:53:46.3432447Z ##[endgroup]
2026-06-20T11:53:46.3433011Z ##[group]Disabling automatic garbage collection
2026-06-20T11:53:46.3437531Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-20T11:53:46.3685322Z ##[endgroup]
2026-06-20T11:53:46.3685813Z ##[group]Setting up auth
2026-06-20T11:53:46.3694467Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-20T11:53:46.3922429Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-20T11:53:46.8295396Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-20T11:53:46.8537462Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-20T11:53:47.2361534Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-20T11:53:47.2623772Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-20T11:53:47.6456653Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-20T11:53:47.6763264Z ##[endgroup]
2026-06-20T11:53:47.6763832Z ##[group]Fetching the repository
2026-06-20T11:53:47.6770368Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +6a1789a55e173feaced48f4623b9df09dd399175:refs/remotes/pull/26/merge
2026-06-20T11:53:48.7356963Z From https://github.com/SaberMage/spt-core
2026-06-20T11:53:48.7357508Z  * [new ref]         6a1789a55e173feaced48f4623b9df09dd399175 -> pull/26/merge
2026-06-20T11:53:48.7487315Z ##[endgroup]
2026-06-20T11:53:48.7487708Z ##[group]Determining the checkout info
2026-06-20T11:53:48.7488288Z ##[endgroup]
2026-06-20T11:53:48.7493678Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-20T11:53:48.7777183Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-20T11:53:48.8017411Z ##[group]Checking out the ref
2026-06-20T11:53:48.8022111Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/26/merge
2026-06-20T11:53:49.0469944Z Note: switching to 'refs/remotes/pull/26/merge'.
2026-06-20T11:53:49.0470404Z 
2026-06-20T11:53:49.0470818Z You are in 'detached HEAD' state. You can look around, make experimental
2026-06-20T11:53:49.0471458Z changes and commit them, and you can discard any commits you make in this
2026-06-20T11:53:49.0472022Z state without impacting any branches by switching back to a branch.
2026-06-20T11:53:49.0472336Z 
2026-06-20T11:53:49.0472561Z If you want to create a new branch to retain commits you create, you may
2026-06-20T11:53:49.0473091Z do so (now or later) by using -c with the switch command. Example:
2026-06-20T11:53:49.0473428Z 
2026-06-20T11:53:49.0473587Z   git switch -c <new-branch-name>
2026-06-20T11:53:49.0473790Z 
2026-06-20T11:53:49.0473938Z Or undo this operation with:
2026-06-20T11:53:49.0474202Z 
2026-06-20T11:53:49.0474350Z   git switch -
2026-06-20T11:53:49.0474503Z 
2026-06-20T11:53:49.0474756Z Turn off this advice by setting config variable advice.detachedHead to false
2026-06-20T11:53:49.0475087Z 
2026-06-20T11:53:49.0475529Z HEAD is now at 6a1789a Merge fa9d047807a8f5c928b887a4eabf08a7cac31367 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-20T11:53:49.0505123Z ##[endgroup]
2026-06-20T11:53:49.0768036Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-20T11:53:49.0982402Z 6a1789a55e173feaced48f4623b9df09dd399175
